home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / retroland.swf / scripts / frame_1 / DoAction_2.as next >
Text File  |  2007-10-01  |  234b  |  8 lines

  1. totalBytes = Math.round(getBytesTotal() / 1024);
  2. loadedBytes = Math.round(getBytesLoaded() / 1024);
  3. percentDone = Math.round(loadedBytes / totalBytes * 100);
  4. if(_root._framesloaded >= _root._totalframes)
  5. {
  6.    gotoAndStop(3);
  7. }
  8.